* * #GtkFileChooser::current-folder-changed
* * #GtkFileChooser::selection-changed
*
- * You can also not use the methods that directly control user navigation:
- * * gtk_file_chooser_unselect_filename()
- * * gtk_file_chooser_select_all()
- * * gtk_file_chooser_unselect_all()
- *
* If you need any of the above you will have to use #GtkFileChooserDialog directly.
*
- * No operations that change the dialog work while the dialog is visible. Set
- * all the properties that are required before showing the dialog.
+ * No operations that change the dialog work while the dialog is visible.
+ * Set all the properties that are required before showing the dialog.
*
* ## Win32 details ## {#gtkfilechooserdialognative-win32}
*
* used. It supports many of the features that #GtkFileChooserDialog
* does, but there are some things it does not handle:
*
- * * Any #GtkFileFilter added using a mimetype or custom filter.
+ * * Any #GtkFileFilter added using a mimetype
*
* If any of these features are used the regular #GtkFileChooserDialog
* will be used in place of the native one.
* When the org.freedesktop.portal.FileChooser portal is available on the
* session bus, it is used to bring up an out-of-process file chooser. Depending
* on the kind of session the application is running in, this may or may not
- * be a GTK+ file chooser. In this situation, the following things are not
- * supported and will be silently ignored:
- *
- * * Any #GtkFileFilter added with a custom filter.
+ * be a GTK file chooser.
*
* ## macOS details ## {#gtkfilechooserdialognative-macos}
*
* file chooser dialogs. Some features provided by #GtkFileChooserDialog are
* not supported:
*
- * * Any #GtkFileFilter added with a custom filter.
- *
* * Shortcut folders.
*/